home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue40 / COMCorn / ComInf_TLB.pas next >
Encoding:
Pascal/Delphi Source File  |  1998-11-11  |  2.0 KB  |  44 lines

  1. unit ComInf_TLB;
  2.  
  3. // ************************************************************************ //
  4. // WARNING                                                                  //
  5. // -------                                                                  //
  6. // The types declared in this file were generated from data read from a     //
  7. // Type Library. If this type library is explicitly or indirectly (via      //
  8. // another type library referring to this type library) re-imported, or the //
  9. // 'Refresh' command of the Type Library Editor activated while editing the //
  10. // Type Library, the contents of this file will be regenerated and all      //
  11. // manual modifications will be lost.                                       //
  12. // ************************************************************************ //
  13.  
  14. // PASTLWTR : $Revision:   1.11.1.75  $
  15. // File generated on 11/11/98 11:54:10 PM from Type Library described below.
  16.  
  17. // ************************************************************************ //
  18. // Type Lib: C:\work\NameSpace\ComNameExt\ComInf.tlb
  19. // IID\LCID: {D0C9C9A0-79C1-11D2-AF31-0000861EF0BB}\0
  20. // Helpfile: 
  21. // HelpString: ComInf Library
  22. // Version:    1.0
  23. // ************************************************************************ //
  24.  
  25. interface
  26.  
  27. uses Windows, ActiveX, Classes, Graphics, OleCtrls, StdVCL;
  28.  
  29. // *********************************************************************//
  30. // GUIDS declared in the TypeLibrary. Following prefixes are used:      //
  31. //   Type Libraries     : LIBID_xxxx                                    //
  32. //   CoClasses          : CLASS_xxxx                                    //
  33. //   DISPInterfaces     : DIID_xxxx                                     //
  34. //   Non-DISP interfaces: IID_xxxx                                      //
  35. // *********************************************************************//
  36. const
  37.   LIBID_ComInf: TGUID = '{D0C9C9A0-79C1-11D2-AF31-0000861EF0BB}';
  38.  
  39. implementation
  40.  
  41. uses ComObj;
  42.  
  43. end.
  44.